[DNS/SSL] Clarify HTTPS record behavior with Universal SSL and proxied hostnames#30793
Conversation
…d hostnames Updates documentation to explain: - Manual HTTPS records on proxied hostnames are not served (Cloudflare uses auto-generated records) - Disabling Universal SSL prevents automatic HTTPS record generation for proxied hostnames - Manual HTTPS records only work for DNS-only (grey cloud) hostnames Files updated: - dns-record-types.mdx: Added note explaining proxied vs DNS-only behavior - browser-compatibility.mdx: Strengthened language about Universal SSL requirement Addresses ESCALATION-2549
|
This is great. Could we clarify that the entire label, i.e. all records in that zone with the same name, need to be grey? See ticket, if one or more orange names exist on the same label, we also won't serve the manually added HTTPS records when USSL is disabled. |
…TPS records Added: - Explanation that a 'label' refers to all records with the same name - Examples showing when manual HTTPS records will/won't be served - Updated browser-compatibility page to reference the detailed examples
|
how does it look now @dklbreitling ? |
|
That's great, thank you! |
|
|
||
| <Details header="Example: Manual HTTPS records and proxy status"> | ||
|
|
||
| A label refers to all DNS records in a zone that share the same name. For Cloudflare to serve a manually-added HTTPS record, every record on that label must be DNS-only (grey cloud). |
There was a problem hiding this comment.
Why are we introducing this talk about "labels"? The official definition of a label is the string between the dots. So for www.example.com there would be three labels, www, example, and com.
Let's scratch all references of "label" and just use the term "name" which is anyway easier to understand.
Co-authored-by: Hannes <105781579+hannes-cf@users.noreply.github.com>
Co-authored-by: Hannes <105781579+hannes-cf@users.noreply.github.com>
Co-authored-by: Hannes <105781579+hannes-cf@users.noreply.github.com>
The term 'label' has a specific DNS meaning (string between dots). Using 'name' is clearer and avoids confusion.
a9f79a8 to
bc112c7
Compare
|
Hi @hannes-cf , |
dklbreitling
left a comment
There was a problem hiding this comment.
if Hannes is happy, let's get this merged
Updates documentation to explain:
Files updated:
Addresses ESCALATION-2549
Summary
Clarifies documentation about when HTTPS records are served and when they are not.
Problem
Customers disable Universal SSL (for policy reasons) while using Advanced Certificates, then expect HTTPS records to be served. The current documentation was ambiguous ("could impact this behavior").
Solution
Updated two pages:
/dns/manage-dns-records/reference/dns-record-types/- Added note explaining:/ssl/reference/browser-compatibility/- Strengthened caution to clearly state Universal SSL is required for automatic HTTPS record generationTicket